home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TLINEBITSEDITOR / TLINEBITSEDITOR.txt
Text File  |  1997-07-16  |  2KB  |  90 lines

  1. object LineBitsEditor: TLineBitsEditor
  2.   Left = 218
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Line bits settings'
  6.   ClientHeight = 139
  7.   ClientWidth = 293
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object cData: TRadioGroup
  20.     Left = 104
  21.     Top = 8
  22.     Width = 89
  23.     Height = 57
  24.     Caption = 'Data bits'
  25.     Columns = 2
  26.     Items.Strings = (
  27.       '&8'
  28.       '&7'
  29.       '&6'
  30.       '&5')
  31.     TabOrder = 0
  32.   end
  33.   object cParity: TRadioGroup
  34.     Left = 8
  35.     Top = 8
  36.     Width = 89
  37.     Height = 121
  38.     Caption = 'Parity'
  39.     Items.Strings = (
  40.       '&None'
  41.       '&Odd'
  42.       '&Even'
  43.       '&Mark'
  44.       '&Space')
  45.     TabOrder = 1
  46.   end
  47.   object cStop: TRadioGroup
  48.     Left = 104
  49.     Top = 72
  50.     Width = 89
  51.     Height = 57
  52.     Caption = 'Stop bits'
  53.     Columns = 2
  54.     Items.Strings = (
  55.       '&1'
  56.       '1.5'
  57.       '&2')
  58.     TabOrder = 2
  59.   end
  60.   object bOK: TButton
  61.     Left = 208
  62.     Top = 12
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 3
  69.   end
  70.   object bCancel: TButton
  71.     Left = 208
  72.     Top = 44
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 4
  79.   end
  80.   object bHelp: TButton
  81.     Left = 208
  82.     Top = 76
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Help'
  86.     TabOrder = 5
  87.     OnClick = bHelpClick
  88.   end
  89. end
  90.